Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add active external Visio connector to profile property settings list - EXO-69942_68649 #16

Merged
merged 2 commits into from
Feb 29, 2024

Conversation

IlhemEssaadi
Copy link
Contributor

This commit adds the external Visio connectors active for users to the list of profile property settings.

…s list - EXO-69942

This commit adds the external Visio connectors active for users to the list of profile property settings.
@IlhemEssaadi IlhemEssaadi changed the title feat: Add active external Visio connector to profile property settings list - EXO-69942 feat: Add active external Visio connector to profile property settings list - EXO-69942_68649 Feb 28, 2024
Copy link
Member

@rdenarie rdenarie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the part about deactivation is missing.
Or do you make it in another PR


}

@Override
public ExternalVisioConnector createExternalVisioConnector(ExternalVisioConnectorEntity externalVisioConnectorEntity) {
public ExternalVisioConnector createExternalVisioConnector(ExternalVisioConnectorEntity externalVisioConnectorEntity) throws ObjectAlreadyExistsException {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why throwing the error here ?
if the setting property exists, so it is ok, catch the error, log a warn, and continue.
No need to propagate the error

@@ -76,7 +85,8 @@ private void processUpdatedExternalVisioConnectors(List<ExternalVisioConnector>
});
}

public ExternalVisioConnector updateExternalVisioConnector(ExternalVisioConnectorEntity externalVisioConnectorEntity) throws ObjectNotFoundException {
public ExternalVisioConnector updateExternalVisioConnector(ExternalVisioConnectorEntity externalVisioConnectorEntity) throws ObjectNotFoundException,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same here, no need to propagate the errror

@IlhemEssaadi
Copy link
Contributor Author

I think the part about deactivation is missing. Or do you make it in another PR

Already treated in the updateExternalVisioConnector method.

@IlhemEssaadi IlhemEssaadi merged commit 830ee8f into feature/maintenance Feb 29, 2024
1 check passed
@IlhemEssaadi IlhemEssaadi deleted the task/69942 branch February 29, 2024 09:10
IlhemEssaadi added a commit that referenced this pull request Mar 4, 2024
…s list - EXO-69942_68649 (#16)

This commit adds the external Visio connectors active for users to the list of profile property settings.
IlhemEssaadi added a commit that referenced this pull request Mar 4, 2024
…s list - EXO-69942_68649 (#16)

This commit adds the external Visio connectors active for users to the list of profile property settings.
azayati pushed a commit that referenced this pull request Mar 6, 2024
…s list - EXO-69942_68649 (#16)

This commit adds the external Visio connectors active for users to the list of profile property settings.
IlhemEssaadi added a commit that referenced this pull request Mar 7, 2024
…s list - EXO-69942_68649 (#16)

This commit adds the external Visio connectors active for users to the list of profile property settings.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants